home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / tsr / snippr25.zip / SNIPPER.DBG < prev    next >
Text File  |  1992-08-12  |  1KB  |  27 lines

  1. e 0156 '             '
  2. e 0156 'Alt-TAB'
  3. e 0176 0f
  4. e 0186 08
  5. e 0196 '=>'
  6. e 01d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  7. e 01d0 'D:\DATA\snipper.cut'
  8. w
  9. q
  10.  
  11. For those without an assembler, this file can be used to adjust either the
  12. "hotkey" for snipper, the characters that snipper inserts into each line of
  13. text that is captured for options "Q" and "M" and/or the default file name
  14. for saved data.
  15.  
  16. Simply adjust the entries above per the instructions below and run
  17. below and run "DEBUG SNIPPER.COM < SNIPPER.DBG".
  18.  
  19. Location 0156 is the informational display of the "hotkey" when the program
  20.               initiates.  Do NOT exceed thirteen (13) characters in this quote.
  21. Location 0176 is the scan code for the hot key.
  22. Location 0186 is the shift mask for the hot key.
  23. Location 0196 is the value of the two characters used to prefix each line of
  24.               text for options "Q" and "M".
  25. Location 01d0 contains the default filename when using option "F" and "M".  Do
  26.               NOT exceed twenty-three (23) characters in this quote.
  27.